lcBlockAddShapeSel Home

Adds a new shape object into a block, using selected entities.

 HANDLE lcBlockAddShapeSel (
   HANDLE hBlock,
   BOOL bErase
 );

Parameters
hBlock
  Handle to a block.
bErase
  If TRUE, then entities which was used to make the Shape will be deleted.

Return Value

  Handle to created shape object or NULL if the function fails.

See Also

  Code sample